Microsoft Windows graphic

To create or delete an application directory partition

  1. Open Command Prompt.
  2. Type:
  3. ntdsutil

  4. At the ntdsutil command prompt, type:
  5. domain management

  6. At the domain management command prompt, type:
  7. connection

  8. At the connection command prompt, type:
  9. connect to server ServerName

  10. At the connection command prompt, type:
  11. quit

  12. At the domain management command prompt, do one of the following:
Value Description
ServerName The DNS name of the domain controller to which you want to connect.
ApplicationDirectoryPartition The distinguished name of the application directory partition that you want to create or delete. For example, the distinguished name of the application directory partition test.microsoft.com is dc=test, dc=Microsoft, dc=com.
DomainController The DNS name of the domain controller on which to create or delete the application directory partition. Type NULL to create the application directory partition on the domain controller to which you are currently connected.

Caution

Notes

Related Topics